Welcome![Sign In][Sign Up]
Location:
Search - rtx51 tiny

Search list

[SCMWINC51编程

Description: 本书以Keil 公司最新版本的C51 编译器为核心,阐述了在Windows 环境下采用单片 机高级语言C51 进行应用系统程序设计的基本原理和方法,详细介绍了Keil C51 的 Windows 集成开发环境Vision 51 和软件仿真器dScope51 的强大功能和具体使用方法。在 Windows 集成开发环境pVision 51 中,可以完成从源程序编写、编译、连接定位到目标文件 的仿真调试等的全部工作。dScope 51 是一种基于Windows 的多窗口软件仿真器,它可以在 完全没有8051 单片机硬件的情况下模拟调试各种应用程序,即使对单片机内部特殊集成功 能的编程,也可以找到对应的模拟窗口。 本书对最新版本C51 编译器新增加的控制命令作了全面介绍;给出了最新C51 运行库 函数及其应用范例;对Keil C51 的各种应用工具,如BL51 连接定位器、A51 宏汇编器、 LIB51 库管理程序以及OH51 符号转换程序等都作了详细介绍;还介绍了单片机实时多任务 操作系统RTX51 及其子集RTX51 TINY 的具体功能与应用方法。 本书强调先进性和实用性。全书各章列举了大量程序实例,并附赠一张配套光盘。因此 本书既适合广大从事单片机应用系统开发研制的工程技术人员的阅读,也可以作为高等工科 院校相应专业大学生或研究生的教学用书。-Keil book to the latest version of the C51 compiler at the core, described in the Windows environment using high-level language C51 microcontroller applications procedures for the basic design principles and methods introduced in detail Keil C51 integrated development environment for Windows 51 and Vision software simulator dScope51 the power and the specific use. Windows integrated development environment pVision 51, from source to be completed to prepare, compile, link positioning of the target file Simulation of the entire work. DScope 51 is a Windows-based multi-windows software emulation, it can no 8051 under the hardware simulation debugging various applications, even for special internal microcontroller integrated functional programming, can find the corresponding emulation window.
Platform: | Size: 32982016 | Author: 高山流水 | Hits:

[ARM-PowerPC-ColdFire-MIPSRTX51多任务操作系统中文使用指南

Description: 全面介绍了RTX51系统,中文的,强烈推荐-Chinese manual of RTX51 system.
Platform: | Size: 203776 | Author: 辛万江 | Hits:

[SCM51信号

Description: 由于RTX51 Tiny不支持信号量,本文档编写个事件信号量来RTX51 Tiny实现信号量的操作,-RTX51 not support volume signals, the document prepared incident signal volume RTX51 Tiny signal of operation,
Platform: | Size: 25600 | Author: 陈亮 | Hits:

[Other resourcesometing_about_rtx51

Description: 嵌入式实时操作系统的现状和未来 实时多任务操作系统与单片机软件设计 KEIL RTX51 TINY内核的分析与应1-embedded real-time operating system and the future status of the multi-tasking real-time operating system and SCM software design KEIL RTX51 TINY core analysis and should be an
Platform: | Size: 292864 | Author: huang | Hits:

[SCM89C51xingwei

Description: 单片机测量相位和频率的程序,使用了RTX51 TINY操作系统-Single-chip measurement of phase and frequency of procedures, the use of the operating system RTX51 TINY
Platform: | Size: 61440 | Author: huangyucheng | Hits:

[uCOSKeilRtx51Tiny

Description: Keil Rtx51 Tiny 多任务操作系统源码及说明-Keil Rtx51 Tiny multi-tasking operating system source code and description
Platform: | Size: 209920 | Author: dxy | Hits:

[SCMRTX51_Tiny_xinhaoliang_design

Description: 主要介绍了在KEIL RTX51 TINY 的基础上如何实现信号量及详细的实现代码。-Mainly in the introduction KEIL RTX51 TINY based on how to achieve signal realize the amount and detailed code.
Platform: | Size: 6144 | Author: shabo | Hits:

[SCMRTX51

Description: 在RTX51 TINY操作系统下的键盘显示源程序。显示采用数码管。-RTX51 TINY in the operating system source code under the keyboard display. Using digital tube display.
Platform: | Size: 1024 | Author: 张三三 | Hits:

[Embeded Linuxrt51tiny

Description: 嵌入式操作系统RTX51 Tiny 的分析及应用-RTX51 Tiny embedded operating system and application analysis
Platform: | Size: 301056 | Author: dzq | Hits:

[SCMRtxTiny2

Description: RTX51 TINY Version 2 has been completly restructured to gain flexiblity, accelarate performance, and reduce code/data space requirements. Also several new features are added to this popular Real-Time Kernal.
Platform: | Size: 111616 | Author: 阿光 | Hits:

[Other Embeded programBanking

Description: A rtx51 tiny example program
Platform: | Size: 79872 | Author: yuzhou | Hits:

[SCMling_re_rtx51

Description: RTX51 tiny 源代码,很有价值的。-RTX51 tiny source
Platform: | Size: 3072 | Author: 刘伟 | Hits:

[OtherKEIL_RTX51_TINY

Description: KEIL RTX51 TINY内核的分析与应用,一听名字就知道,不用再说了吧,-KEIL RTX51 TINY core analysis and the application of a name to know, do not you say that again,
Platform: | Size: 104448 | Author: 何力 | Hits:

[SCMlq51

Description: Keil 自带的 RTX51—Tiny 系统有这样几个缺点:1、非占先式任 务调度,这样系统的实时性就很难保证 2、提供的系统服务太少, 只有 wait 与 signal。而 RTX51—Tiny 的优点是:1、Keil 公司自己开 发的,使用_task_关键字区别每个任务,这样可以使得被不同任务调 用的不同函数即使没有相互调用,他们的局部变量也不会相互覆盖。 免去了在 SmallRTOS 中需要手动制止函数间局部变量的相互覆盖。 2、内核小。整个 RTX51--Tiny 完整编译只需 900B 的空间。-Keil' s own RTX51-Tiny system has several shortcomings: 1, non-preemptive task scheduling, real-time nature of this system it is difficult to guarantee 2, the system provides too little, and only wait and signal. RTX51-Tiny and the advantages of: 1, Keil' s own development, the use of the difference between keyword _task_ each task, so that different tasks can make calls even in the absence of the different functions call each other, their local variables will not be mutual coverage. SmallRTOS eliminates the need to manually stop the function of the mutual inter-local variable coverage. 2, core small. Whole RTX51- Tiny compiler simply complete the space 900B.
Platform: | Size: 313344 | Author: 林夕 | Hits:

[Embeded-SCM DevelopRTX51TINYcore

Description: KEIL RTX51 TINY 内核,简要介绍RTX51 TINY 的基本情况和使用方法;详细分析这个内核的任务管理和内存管理的运行机 制, 并给出其主要代码流程图。-KEIL RTX51 TINY core RTX51 TINY briefly the basic situation and the use of methods detailed analysis of the core task management and memory management of the operating mechanism, and gives the main code flow chart.
Platform: | Size: 27648 | Author: liyuanqing | Hits:

[ELanguageRTX51_Tiny_Manual

Description: This manual explains how to use the RTX51 Tiny Real-Time Operating System and gives an overview of the functionality of RTX51 Full.
Platform: | Size: 151552 | Author: Justin Wu | Hits:

[SCMrtx51-tiny

Description: 本程序的功能是在51单片机上实现51tiny嵌入式操作系统编程-this program is to tell how to use 51tiny embedded system to program
Platform: | Size: 30720 | Author: lzh | Hits:

[SCMRTX51555

Description: 本RTX51 Tiny 编程书介绍的信息包含如何去使用Keil RTX51 Tiny 实时内 核,适用于各种51 系列的单片机,对于熟练运用51 单片机的高手来说可以通过 本书进行51 单片机进行高级编程,对于初学51 单片机来说,也可以让很复杂的 51 裸机程序简化,适应于实时性要求较高的系统。从软件的角度去提高整个系 统的性能,让系统更稳定有效的进行工作。 -The programming RTX51 Tiny book about how to use the information contained Keil RTX51 Tiny real-time kernel for all 51 series MCU, the MCU 51, a master skilled in using it by the book for 51 single-chip high-level programming for beginners 51 SCM is also a very complex 51 can bare simplify procedures, to adapt to demanding real-time systems. From a software point of view to improve overall system performance, make the system more stable and effective work.
Platform: | Size: 7716864 | Author: paulhyde | Hits:

[SCMDisplay

Description: 1 主要描述:数码管显示通用程序。带高位消隐功能。 2 硬件环境:51MCU, 4位显示共阳数码管。P3口P3.2-P3.5是位选,P1口对应数码管8段。 3 软件平台:Keil c, c51, rtx51 tiny. 4 附加描述:程序段先把数码管全部点亮,然后把一个速度值显示在数码管上。-1 Main Description: Digital Display general program. With high blanking function. 2 Hardware Environment: 51MCU, 4 were positive LED digital display. P3 Port P3.2-P3.5 is a choice, P1 corresponds to the digital control port 8. 3 software platform: Keil c, c51, rtx51 tiny. 4 Additional Description: first digital block all light, then a rate of value displayed in the digital pipe.
Platform: | Size: 2048 | Author: 张东杰 | Hits:

[SCMRTX-x51FULL

Description: keil c51 只提供免费的rtx51 tiny版,full rtx51是不免费的,我也是网上找到的,方便共享!-the full rtx51
Platform: | Size: 1440768 | Author: 李伟清 | Hits:
« 12 3 »

CodeBus www.codebus.net